SCardDisconnect (winscard)
Last changed: Pieter Philippaerts-213.46.162.168

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below then delete this header:

Summary
The SCardDisconnect function terminates a connection previously opened between the calling application and a smart card in the target reader.

C# Signature:

[DllImport("winscard.dll")]

static extern int SCardDisconnect(int hCard, int dwDisposition);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation